From 106281e6758c409cbce375a4136c528c89b6fc63 Mon Sep 17 00:00:00 2001 From: Rob Browning Date: Sun, 2 Oct 2016 15:12:32 -0500 Subject: [PATCH] Run tests in all three debian/ build trees --- debian/rules | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/rules b/debian/rules index 93e5f922d29..61ff449c33a 100755 --- a/debian/rules +++ b/debian/rules @@ -360,6 +360,11 @@ override_dh_auto_build: $(autogen_build_files) $(call build_cmd,debian/build-nox) $(call build_cmd,debian/build-lucid) +override_dh_auto_test: + $(MAKE) -C debian/build-lucid check + $(MAKE) -C debian/build-nox check + $(MAKE) -C debian/build-x check + define install_common_binpkg_bits # args: (1) srcdir (2) pkgdir (3) pkgname (4) bin-suffix -- 2.30.2